home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue64 / Jet / Listing2.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  2000-11-13  |  117 b   |  3 lines

  1. ADOConnection1.Execute('SELECT * INTO [NorthwindCustomers.htm] IN '+
  2.   '"c:\temp" "HTML Export;" FROM Customers');
  3.